home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / RawSource.xml < prev    next >
Extensible Markup Language  |  2004-08-17  |  2KB  |  38 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="RawSource">
  4.   <description />
  5.   <filters>
  6.     <filter name="RawSource" category="Misc Plugins" helpfile="rawsource" type="clip">
  7.       <description>This filter loads raw video data. The framerate is fixed to 25fps, you can change it with AssumeFPS, if you need (e.g. for NTSC-material).</description>
  8.       <colorspaces />
  9.       <parameters>
  10.         <parameter name="filename" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  11.           <description>the raw file e.g. a YUV-file</description>
  12.           <items />
  13.         </parameter>
  14.         <parameter name="width" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  15.           <description>you must specify the image dimensions. width is max 2880</description>
  16.           <items />
  17.         </parameter>
  18.         <parameter name="height" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  19.           <description>you must specify the image dimensions. width is max 2880</description>
  20.           <items />
  21.         </parameter>
  22.         <parameter name="pixel_type" type="string" default="" max="0" min="0" step="0" optional="False" paramList="True">
  23.           <description>The type of the raw data. An appropriate mapping to AviSynth's internal data is done.</description>
  24.           <items>
  25.             <item>RGB</item>
  26.             <item>RGBA</item>
  27.             <item>BGR</item>
  28.             <item>BGRA</item>
  29.             <item>YUYV</item>
  30.             <item>UYUV</item>
  31.             <item>YV12</item>
  32.             <item>I420</item>
  33.           </items>
  34.         </parameter>
  35.       </parameters>
  36.     </filter>
  37.   </filters>
  38. </plugin>